.fox-block.stat-section,
.editor-styles-wrapper .fox-block.stat-section {
  background-color: var(--blue);
  color: var(--white);
  padding: 5.5rem calc(50vw - 50%) 4rem;
  text-align: center;
}

.fox-block.stat-section .stat-container {
  font-size: 3.75rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.36;
}

.fox-block.stat-section .label {
  font-size: 1.375rem;
  letter-spacing: .075em;
  line-height: 1.36;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .fox-block.stat-section {
    padding: 4.68rem calc(50vw - 50%) 4.68rem;
  }

  .fox-block.stat-section .stat-container {
    font-size: 3.125rem;
  }

  .fox-block.stat-section .label {
    font-size: 1.25rem;
  }

  .fox-block.stat-section .stat {
    padding-bottom: .938rem;
    padding-top: .938rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .fox-block.stat-section .stat-container {
    font-size: 2.813rem;
  }

  .fox-block.stat-section .label {
    font-size: 1.125rem;
    line-height: 1.33;
  }

  .fox-block.stat-section .stat {
    padding: 1rem;
  }

  .fox-block.stat-section .stat:first-of-type {
    padding-left: 0;
  }

  .fox-block.stat-section .stat:last-of-type {
    padding-right: 0;
  }
}